IModule 介面

代表一个装置。

继承体系

System.Object
  System.ComponentModel.INotifyPropertyChanged
    IntervalZero.KINGSTAR.Base.Class.IModule

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public interface IModule : INotifyPropertyChanged
Public Interface IModule Inherits INotifyPropertyChanged

衍生介面

IAxis Interface

IIoModule Interface

 

IModule 介面陈列了以下成员。

方法

 名称说明
ReadSdoBuffer透过服务资料物件 (SDO) 读取位元组阵列。
ReadSdoByte透过服务资料物件 (SDO) 读取位元组。
ReadSdoDouble透过服务资料物件 (SDO) 读取 double。
ReadSdoInt16透过服务资料物件 (SDO) 读取 short。
ReadSdoInt32透过服务资料物件 (SDO) 读取 int。
ReadSdoInt64透过服务资料物件 (SDO) 读取 long。
ReadSdoSByte透过服务资料物件 (SDO) 读取 sbyte。
ReadSdoSingle透过服务资料物件 (SDO) 读取 float。
ReadSdoString透过服务资料物件 (SDO) 读取 string。
ReadSdoUInt16透过服务资料物件 (SDO) 读取 ushort。
ReadSdoUInt32透过服务资料物件 (SDO) 读取 uint。
ReadSdoUInt64透过服务资料物件 (SDO) 读取 ulong。
UpdateConfiguration透过读取子系统中的模组值以更新模组的值。
WriteSdoObject (byte)透过服务资料物件 (SDO) 写入位元组。
WriteSdoObject (byte[])透过服务资料物件 (SDO) 写入位元组阵列。
WriteSdoObject (double)透过服务资料物件 (SDO) 写入 double。
WriteSdoObject (short)透过服务资料物件 (SDO) 写入 short。
WriteSdoObject (int)透过服务资料物件 (SDO) 写入 int。
WriteSdoObject (long)透过服务资料物件 (SDO) 写入 long。
WriteSdoObject (sbyte)透过服务资料物件 (SDO) 写入 sbyte。
WriteSdoObject (float)透过服务资料物件 (SDO) 写入 float。
WriteSdoObject (string)透过服务资料物件 (SDO) 写入 string。
WriteSdoObject (ushort)透过服务资料物件 (SDO) 写入 ushort。
WriteSdoObject (uint)透过服务资料物件 (SDO) 写入 uint。
WriteSdoObject (ulong)透过服务资料物件 (SDO) 写入 ulong。

属性

 名称说明
Alias轴或 I/O 使用的别名索引,用来取代轴清单或 I/O 清单中的索引。
AliasAddress在模组 EEPROM 中定义的装置别名位址。此位址用于识别特定装置,无论其在 EtherCAT 网络上的位置为何。
ExplicitId显式 ID 是 EtherCAT 网路上的一个位址,用于识别 EtherCAT 从站。
Index装置的索引。
IndexAlias装置的别名索引。
Name装置的名称。
ProductCode装置的产品代码。
RevisionNumber装置的修订版号。
SerialNumber装置的序号。
Simulation检查装置是否处于模拟模式。
Slave连结到含有此装置的 EtherCAT 从站。
SlotId模组连接的插槽。
Type装置类型。
VendorId装置的供应商 ID,由 ETG (EtherCAT Technology Group) 提供给 EtherCAT 装置的制造商。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间